home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
hydracom.lha
/
source
/
smakefile
< prev
Wrap
Makefile
|
1995-08-15
|
487b
|
21 lines
.c.o:
sc $(CFLAGS) $(OPTIMIZE) cpu=$(CPU) $(DEBUG) $*.c
CFLAGS = nminc mccons streq strmerge nostkchk define=__PROTO__
LFLAGS = sc sd noicons
OPTIMIZE = optimize nooptinlocal opttime
CPU = any
#CPU = 68040
DEBUG = debug=line
OBJS = misc.o hydracom.o hydra.o fmisc.o dos_file.o amiga.o
LIBS = lib:sc.lib lib:amiga.lib lib:debug.lib
hydracom: $(OBJS)
slink lib:c.o $(OBJS) to $@.debug lib $(LIBS) $(LFLAGS)
@slink $@.debug to $@ nd noicons
clean:
-delete hydracom \#?.o